| 1. | Buffer overflow checking is now on by default 缓冲区溢出检查功能现在默认为打开状态。 |
| 2. | Causes the compiler to generate overflow checks 使编译器生成溢出检查。 |
| 3. | The following operations are affected by the overflow checking 下列操作受溢出检查的影响: |
| 4. | Modify the value of the remove integer overflow checks box 修改“不做整数溢出检查”框中的值。 |
| 5. | Disables integer overflow checking 禁用整数溢出检查。 |
| 6. | Adds two signed integer values with an overflow check Add . ovf将两个有符号的整数值相加,并且进行溢出检查。 |
| 7. | Remove integer overflow checks 不做整数溢出检查 |
| 8. | Adds two unsigned integer values with an overflow check Add . ovf . un将两个无符号的整数值相加,并且进行溢出检查。 |
| 9. | With an overflow check ,并进行溢出检查。 |
| 10. | Multiplies two integer values on the stack with an overflow check Mul . ovf将堆栈上的两个整数值相乘,并进行溢出检查。 |